cd, chdir

Changes the current directory.
  cd [d:][path]
  chdir [d:][path]

Changes drive d:'s currrent directory to path.

If no drive is specified, then the current drive is assumed. If no path is specified, the current directory is displayed.

Notes

To change to the root directory (e.g. C:\), type:
  cd \
To go "up" a level in the directory tree, type:
  cd ..

See Also

md, mkdir
rd, rmdir
Copyright © 1998 Jim Hall
This file is derived from the FreeDOS Spec Command HOWTO. See the file H2Cpying.txt for copying conditions.